projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a445af6
)
(top-level): Use require rather than load for ange-ftp.
author
Glenn Morris
<rgm@gnu.org>
Wed, 28 Nov 2007 04:03:28 +0000
(
04:03
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 28 Nov 2007 04:03:28 +0000
(
04:03
+0000)
lisp/eshell/esh-util.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-util.el
b/lisp/eshell/esh-util.el
index a0495a67434e7bdb7e41772d87a08b5132b48468..8218cf9dc2b7ab8b0d06a8c57e2eb7b5953a13c6 100644
(file)
--- a/
lisp/eshell/esh-util.el
+++ b/
lisp/eshell/esh-util.el
@@
-632,7
+632,7
@@
If NOSORT is non-nil, the list is not sorted--its order is unpredictable.
(autoload 'parse-time-string "parse-time"))
(eval-when-compile
- (
load "ange-ftp"
t))
+ (
require 'ange-ftp nil
t))
(defun eshell-parse-ange-ls (dir)
(let (entry)